projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6441db6
)
(install): Change same-dir test to create test file in
author
Geoff Voelker
<voelker@cs.washington.edu>
Mon, 13 Nov 1995 17:47:35 +0000
(17:47 +0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Mon, 13 Nov 1995 17:47:35 +0000
(17:47 +0000)
installation tree and thereby support read-only shares.
lisp/makefile.nt
patch
|
blob
|
history
diff --git
a/lisp/makefile.nt
b/lisp/makefile.nt
index a4c755967695b1ce9e92d2b01e1c1c415a81e3b7..e1d09a36ba87c4edfada9dabdd8ca1657f85d06e 100644
(file)
--- a/
lisp/makefile.nt
+++ b/
lisp/makefile.nt
@@
-29,9
+29,9
@@
all:
install:; - mkdir $(INSTALL_DIR)\lisp
- del /q .\same-dir.tst
- del /q $(INSTALL_DIR)\lisp\same-dir.tst
- echo SameDirTest >
.
\same-dir.tst
- if not exist
$(INSTALL_DIR)\lisp
\same-dir.tst $(CP_DIR) . $(INSTALL_DIR)\lisp
- - del /q
.
\same-dir.tst
+ echo SameDirTest >
$(INSTALL_DIR)\lisp
\same-dir.tst
+ if not exist
.
\same-dir.tst $(CP_DIR) . $(INSTALL_DIR)\lisp
+ - del /q
$(INSTALL_DIR)\lisp
\same-dir.tst
#